home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / include / sun4.md / sigMach.h < prev    next >
C/C++ Source or Header  |  1989-07-14  |  887b  |  28 lines

  1. /*
  2.  * sigMach.h --
  3.  *
  4.  *     Machine dependent data structures and procedure headers exported by the
  5.  *     the signal module.  These are are for the sparc hardware.
  6.  *
  7.  * Copyright (C) 1985, 1988 Regents of the University of California
  8.  * Permission to use, copy, modify, and distribute this
  9.  * software and its documentation for any purpose and without
  10.  * fee is hereby granted, provided that the above copyright
  11.  * notice appear in all copies.  The University of California
  12.  * makes no representations about the suitability of this
  13.  * software for any purpose.  It is provided "as is" without
  14.  * express or implied warranty.
  15.  *
  16.  * $Header: /sprite/src/lib/include/sun4.md/RCS/sigMach.h,v 1.2 89/07/14 09:29:17 rab Exp $ SPRITE (Berkeley)
  17.  */
  18.  
  19. #ifndef _SIGMACH
  20. #define _SIGMACH
  21.  
  22. /*
  23.  * The different machine dependent codes for an illegal instruction signal
  24.  */
  25.  
  26.  
  27. #endif /* _SIGMACH */
  28.